added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBWebBrowserSuppressError / VBWebBrowserSuppressError.vbproj
blob40356e24d1259d060a5cf6b270f1bdff3dcdbf25
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{0CAA5988-99C1-4385-8949-087D708AAEE3}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <RootNamespace>VBWebBrowserSuppressError</RootNamespace>
11     <AssemblyName>VBWebBrowserSuppressError</AssemblyName>
12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13     <OptionExplicit>On</OptionExplicit>
14     <OptionCompare>Binary</OptionCompare>
15     <OptionStrict>Off</OptionStrict>
16     <OptionInfer>On</OptionInfer>
17     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
18     <FileAlignment>512</FileAlignment>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21     <PlatformTarget>x86</PlatformTarget>
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <OutputPath>..\Debug\</OutputPath>
26     <DefineDebug>true</DefineDebug>
27     <DefineTrace>true</DefineTrace>
28     <ErrorReport>prompt</ErrorReport>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
31     <PlatformTarget>x86</PlatformTarget>
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>..\Release\</OutputPath>
35     <DefineDebug>false</DefineDebug>
36     <DefineTrace>true</DefineTrace>
37     <ErrorReport>prompt</ErrorReport>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
40     <DebugSymbols>true</DebugSymbols>
41     <OutputPath>..\Debug\</OutputPath>
42     <DefineDebug>true</DefineDebug>
43     <DefineTrace>true</DefineTrace>
44     <DebugType>full</DebugType>
45     <PlatformTarget>AnyCPU</PlatformTarget>
46     <CodeAnalysisLogFile>bin\Debug\VBWebBrowserControl.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
49     <ErrorReport>prompt</ErrorReport>
50     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
53     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
55   </PropertyGroup>
56   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
57     <OutputPath>..\Release\</OutputPath>
58     <DefineDebug>false</DefineDebug>
59     <DefineTrace>true</DefineTrace>
60     <Optimize>true</Optimize>
61     <DebugType>pdbonly</DebugType>
62     <PlatformTarget>AnyCPU</PlatformTarget>
63     <CodeAnalysisLogFile>bin\Release\VBWebBrowserControl.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
66     <ErrorReport>prompt</ErrorReport>
67     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
70     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
72   </PropertyGroup>
73   <PropertyGroup>
74     <StartupObject>VBWebBrowserSuppressError.My.MyApplication</StartupObject>
75   </PropertyGroup>
76   <PropertyGroup />
77   <PropertyGroup>
78     <MyType>WindowsForms</MyType>
79   </PropertyGroup>
80   <ItemGroup>
81     <Reference Include="System" />
82     <Reference Include="System.Drawing" />
83     <Reference Include="System.Windows.Forms" />
84   </ItemGroup>
85   <ItemGroup>
86     <Import Include="Microsoft.VisualBasic" />
87     <Import Include="System.Collections.Generic" />
88     <Import Include="System.Diagnostics" />
89     <Import Include="System.Drawing" />
90     <Import Include="System.Windows.Forms" />
91     <Import Include="System" />
92   </ItemGroup>
93   <ItemGroup>
94     <Compile Include="DWebBrowserEvents2.vb" />
95     <Compile Include="MainForm.vb">
96       <SubType>Form</SubType>
97     </Compile>
98     <Compile Include="MainForm.Designer.vb">
99       <DependentUpon>MainForm.vb</DependentUpon>
100     </Compile>
101     <Compile Include="My Project\Application.Designer.vb">
102       <AutoGen>True</AutoGen>
103       <DependentUpon>Application.myapp</DependentUpon>
104     </Compile>
105     <Compile Include="My Project\AssemblyInfo.vb" />
106     <Compile Include="WebBrowser2EventHelper.vb">
107       <SubType>Component</SubType>
108     </Compile>
109     <Compile Include="WebBrowserEx.vb">
110       <SubType>Component</SubType>
111     </Compile>
112     <Compile Include="WebBrowserNavigateErrorEventArgs.vb" />
113   </ItemGroup>
114   <ItemGroup>
115     <Content Include="HTMLPages\404.htm">
116       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
117     </Content>
118     <Content Include="HTMLPages\Error.htm">
119       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
120     </Content>
121     <None Include="My Project\Application.myapp">
122       <Generator>MyApplicationCodeGenerator</Generator>
123       <LastGenOutput>Application.Designer.vb</LastGenOutput>
124     </None>
125     <Content Include="Readme.txt" />
126   </ItemGroup>
127   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
128   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
129        Other similar extension points exist, see Microsoft.Common.targets.
130   <Target Name="BeforeBuild">
131   </Target>
132   <Target Name="AfterBuild">
133   </Target>
134   -->
135 </Project>